зеркало из https://github.com/microsoft/clang-1.git
Fit in 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3d309f9d62
Коммит
ca0134259b
|
@ -43,7 +43,8 @@ static void getSolarisDefines(std::vector<char> &Defs) {
|
|||
Define(Defs, "__SOLARIS__");
|
||||
}
|
||||
|
||||
static void getFreeBSDDefines(std::vector<char> &Defs, bool is64Bit, const char *Triple) {
|
||||
static void getFreeBSDDefines(std::vector<char> &Defs, bool is64Bit,
|
||||
const char *Triple) {
|
||||
// FreeBSD defines; list based off of gcc output
|
||||
|
||||
const char *FreeBSD = strstr(Triple, "-freebsd");
|
||||
|
|
Загрузка…
Ссылка в новой задаче