Changes between Initial Version and Version 1 of Ticket #53150, comment 9
- Timestamp:
- Dec 25, 2016, 8:02:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53150, comment 9
initial v1 3 3 {{{ 4 4 $ clang-mp-devel -c true.c && clang-mp-devel -rdynamic true.o -v 5 clang version 4.0.0 (trunk 290074) 6 Target: x86_64-apple-darwin13.4.0 7 Thread model: posix 8 InstalledDir: /opt/local/libexec/llvm-devel/bin 5 ... 9 6 "/opt/local/libexec/llvm-devel/bin/ld" -demangle -export_dynamic -lto_library /opt/local/libexec/llvm-devel/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.9.0 -o a.out true.o -lSystem /opt/local/libexec/llvm-devel/bin/../lib/clang/4.0.0/lib/darwin/libclang_rt.osx.a 10 7 ld: unknown option: -export_dynamic