Skip to content

Instantly share code, notes, and snippets.

@ahyattdev
Created March 19, 2016 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahyattdev/8ecc5d3808b9ee543a60 to your computer and use it in GitHub Desktop.
Save ahyattdev/8ecc5d3808b9ee543a60 to your computer and use it in GitHub Desktop.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/builtins
-I/Users/my-username/src/final/llvm/projects/compiler-rt/lib/builtins -Iinclude -I/Users/my-username/src/final/llvm/include
-O3 -arch armv7
-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
-UNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
-mmacosx-version-min=10.4 -fPIC -O3 -fvisibility=hidden -DVISIBILITY_HIDDEN -Wall -fomit-frame-pointer -arch armv7 -MMD
-MT projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins_armv7_10.4.dir/arm/aeabi_cdcmpeq_check_nan.c.o
-MF projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins_armv7_10.4.dir/arm/aeabi_cdcmpeq_check_nan.c.o.d
-o projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins_armv7_10.4.dir/arm/aeabi_cdcmpeq_check_nan.c.o
-c /Users/my-username/src/final/llvm/projects/compiler-rt/lib/builtins/arm/aeabi_cdcmpeq_check_nan.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment