https://llvm.org/bugs/show_bug.cgi?id=24253
Bug ID: 24253
Summary: "section type does not match previous section type"
with -no-integrated as
Product: clang
Version: 3.6
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 14642
--> https://llvm.org/bugs/attachment.cgi?id=14642&action=edit
algparam.s file (temporary artifact)
We are performing some testing on OS X 10.8.5, fully patched. Disabling the
integrated assembler results in the following when compiling a particular
source file:
section type does not match previous section type
Here's the invocation:
$ export CXX="clang++ -no-integrated-as"
$ export CXXFLAGS="-g2 -O3 -DNDEBUG -DCRYPTOPP_DISABLE_ASM --save-temps"
$ make clean && make
...
clang++ -no-integrated-as -g2 -O3 -DNDEBUG -DCRYPTOPP_DISABLE_ASM
--save-temps -fPIC -march=native -DCRYPTOPP_DISABLE_ASM -Wall
-Wno-tautological-compare -pipe -c algparam.cpp
algparam.s:2718:section type does not match previous section type
algparam.cpp can be found at
https://github.com/weidai11/cryptopp/blob/master/algparam.cpp.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs