Advertisement
Guest User

macos-randstruct compile

a guest
Feb 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. clang version 9.0.0 (https://github.com/clang-randstruct/llvm-project.git 753b226189a0ffd66cd0f785d16fe1110b35fda4)
  2. Target: x86_64-apple-darwin18.2.0
  3. Thread model: posix
  4. InstalledDir: /Users/NixonCole/clangRandStruct/llvm-project/build/bin
  5. "/Users/NixonCole/clangRandStruct/llvm-project/build/bin/clang-9" -cc1 -triple x86_64-apple-macosx10.14.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -main-file-name poc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu penryn -dwarf-column-info -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -ggnu-pubnames -target-linker-version 409.12 -v -resource-dir /Users/NixonCole/clangRandStruct/llvm-project/build/lib/clang/9.0.0 -c-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -c-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include -c-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -c-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -c-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks -cxx-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -cxx-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include -cxx-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -cxx-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -cxx-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks -Wno-format -fdebug-compilation-dir /Users/NixonCole/clangRandStruct/clang-randstruct-testing/poc -ferror-limit 19 -fmessage-length 204 -stack-protector 1 -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.14.0 -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -o /var/folders/vw/xqd5wscj0dn3q72nyxdn26y80000gn/T/poc-a1773b.o -x c poc.c
  6. clang -cc1 version 9.0.0 based upon LLVM 9.0.0svn default target x86_64-apple-darwin18.2.0
  7. ignoring nonexistent directory "/usr/include"
  8. #include "..." search starts here:
  9. #include <...> search starts here:
  10. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1
  11. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include
  12. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
  13. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include
  14. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks
  15. /usr/local/include
  16. /Users/NixonCole/clangRandStruct/llvm-project/build/lib/clang/9.0.0/include
  17. /System/Library/Frameworks (framework directory)
  18. /Library/Frameworks (framework directory)
  19. End of search list.
  20. poc.c:6:17: warning: unknown attribute 'no_randomize_layout' ignored [-Wunknown-attributes]
  21. }__attribute__((no_randomize_layout)) __attribute__((randomize_layout));
  22. ^
  23. 1 warning generated.
  24. "/usr/bin/ld" -demangle -lto_library /Users/NixonCole/clangRandStruct/llvm-project/build/lib/libLTO.dylib -no_deduplicate -dynamic -arch x86_64 -macosx_version_min 10.14.0 -o rand /var/folders/vw/xqd5wscj0dn3q72nyxdn26y80000gn/T/poc-a1773b.o -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks -lSystem
  25. "/Users/NixonCole/clangRandStruct/llvm-project/build/bin/dsymutil" -o rand.dSYM rand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement