Last active
November 28, 2017 16:59
-
-
Save zchee/407cddc40ce8d92c1c4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osx-10_11:~ vagrant$ /Library/Developer/CommandLineTools/usr/bin/clang -v | |
Apple LLVM version 7.0.2 (clang-700.1.81) | |
Target: x86_64-apple-darwin15.2.0 | |
Thread model: posix | |
osx-10_11:~ vagrant$ echo | /Library/Developer/CommandLineTools/usr/bin/clang -v -E -x c - | |
Apple LLVM version 7.0.2 (clang-700.1.81) | |
Target: x86_64-apple-darwin15.2.0 | |
Thread model: posix | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.11.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -E -disable-free -disable-llvm-verifier -main-file-name - -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2 -target-linker-version 253.9 -v -dwarf-column-info -resource-dir /Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2 -fdebug-compilation-dir /Users/vagrant -ferror-limit 19 -fmessage-length 116 -stack-protector 1 -mstackrealign -fblocks -fobjc-runtime=macosx-10.11.0 -fencode-extended-block-signature -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -o - -x c - | |
clang -cc1 version 7.0.2 based upon LLVM 3.7.0svn default target x86_64-apple-darwin15.2.0 | |
ignoring nonexistent directory "/usr/local/include" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Library/Developer/CommandLineTools/usr/bin/../lib/clang/7.0.2/include | |
/Library/Developer/CommandLineTools/usr/include | |
/usr/include | |
/System/Library/Frameworks (framework directory) | |
/Library/Frameworks (framework directory) | |
End of search list. | |
# 1 "<stdin>" | |
# 1 "<built-in>" 1 | |
# 1 "<built-in>" 3 | |
# 325 "<built-in>" 3 | |
# 1 "<command line>" 1 | |
# 1 "<built-in>" 2 | |
# 1 "<stdin>" 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment