Changes between Version 2 and Version 3 of Ticket #58493, comment 26


Ignore:
Timestamp:
May 21, 2019, 1:23:09 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58493, comment 26

    v2 v3  
    5555clang: error: linker command failed with exit code 1 (use -v to see invocation)
    5656}}}
     57
     58and -- 7.3.1 works:
     59{{{
     60macOS 10.11.6 15G22010
     61Xcode 7.3.1 7D1014
     62
     63$ /usr/bin/clang -v
     64Apple LLVM version 7.3.0 (clang-703.0.31)
     65Target: x86_64-apple-darwin15.6.0
     66Thread model: posix
     67InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
     68
     69$ /usr/bin/clang -arch i386 testi386asm.S
     70Undefined symbols for architecture i386:
     71  "_main", referenced from:
     72     implicit entry/start for main executable
     73ld: symbol(s) not found for architecture i386
     74clang: error: linker command failed with exit code 1 (use -v to see invocation)
     75}}}