Changes between Version 1 and Version 2 of Ticket #58493, comment 26
- Timestamp:
- May 21, 2019, 1:18:01 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58493, comment 26
v1 v2 41 41 clang: error: linker command failed with exit code 1 (use -v to see invocation) 42 42 }}} 43 44 {{{ 45 macOS 10.10.5 14F2511 46 Xcode 7.2.1 7C1002 47 48 $ /usr/bin/clang -v 49 Apple LLVM version 7.0.2 (clang-700.1.81) 50 Target: x86_64-apple-darwin14.5.0 51 Thread model: posix 52 53 $ /usr/bin/clang -arch i386 testi386asm.S 54 ld: in section __TEXT,__text reloc 0: unsupported r_length=0 for scattered vanilla reloc file '/var/folders/dc/565wd82x4v790v4xb1hv_f940000gn/T/testi386asm-7d404d.o' for architecture i386 55 clang: error: linker command failed with exit code 1 (use -v to see invocation) 56 }}}