Last active
April 28, 2019 01:25
-
-
Save sl/bde22ee999e9e2cf9d361e2ecba24f99 to your computer and use it in GitHub Desktop.
[Swift Complier Environment Configuration] Clang include results
This file contains hidden or 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
clang -cc1 version 8.0.0 based upon LLVM 8.0.0 default target x86_64-apple-darwin18.2.0 | |
ignoring nonexistent directory "/usr/include/c++/v1" | |
ignoring nonexistent directory "/usr/include" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/usr/local/opt/llvm/bin/../include/c++/v1 | |
/usr/local/include | |
/usr/local/Cellar/llvm/8.0.0/lib/clang/8.0.0/include | |
/System/Library/Frameworks (framework directory) | |
/Library/Frameworks (framework directory) | |
End of search list. | |
# 1 "/dev/null" | |
# 1 "<built-in>" 1 | |
# 1 "<built-in>" 3 | |
# 401 "<built-in>" 3 | |
# 1 "<command line>" 1 | |
# 1 "<built-in>" 2 | |
# 1 "/dev/null" 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment