Home
last modified time | relevance | path

Searched refs:SystemVersion (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Modules/
Dsystem_version.m18 // RUN: echo "hello" > %t/System/Library/CoreServices/SystemVersion.plist
25 // RUN: echo "modules" > %t/System/Library/CoreServices/SystemVersion.plist
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DHost.cpp206 StringRef SystemVersion(Buffer.get(), Size); in TEST_F() local
208 ASSERT_EQ(llvm::Triple((Twine("x86_64-apple-macos") + SystemVersion)) in TEST_F()