http://llvm.org/bugs/show_bug.cgi?id=14003
Bug #: 14003
Summary: PIC not defined with -fPIC -fPIE
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
Reported by tasiraj on irc:
$ gcc -fPIC -fPIE -x c /dev/null -E -dM | grep 'PIC\|PIE'
#define __PIE__ 2
#define __PIC__ 2
$ ./bin/clang -fPIC -fPIE -x c /dev/null -E -dM | grep 'PIC\|PIE'
#define __PIE__ 2
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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