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