[LLVMbugs] [Bug 24253] New: "section type does not match previous section type" with -no-integrated as
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 24 13:04:52 PDT 2015
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: unassignedclangbugs at nondot.org
Reporter: noloader at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150724/9e8a28cf/attachment.html>
More information about the llvm-bugs
mailing list