forked from OSchip/llvm-project
parent
8f848ff5ed
commit
1702eb1840
|
@ -160,7 +160,7 @@ PlatformLinux::CreateInstance (bool force, const ArchSpec *arch)
|
||||||
case llvm::Triple::PC:
|
case llvm::Triple::PC:
|
||||||
create = true;
|
create = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
// Only accept "unknown" for the vendor if the host is linux and
|
// Only accept "unknown" for the vendor if the host is linux and
|
||||||
// it "unknown" wasn't specified (it was just returned because it
|
// it "unknown" wasn't specified (it was just returned because it
|
||||||
|
|
Loading…
Reference in New Issue