Skip to content

Commit 0bf26bf

Browse files
Fix Mac OS section name for LLVM bitcode.
1 parent d0253ad commit 0bf26bf

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/cross-lang-lto

1 file changed

+1
-1
lines changed

src/test/run-make/cross-lang-lto/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
LLVMBC_SECTION_NAME=\\.llvmbc
1212

1313
ifeq ($(UNAME),Darwin)
14-
LLVMBC_SECTION_NAME=__LLVM,__bitcode
14+
LLVMBC_SECTION_NAME=__bitcode
1515
endif
1616

1717

0 commit comments

Comments
 (0)