We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e544f commit 24504c3Copy full SHA for 24504c3
llvm/unittests/CAS/ProgramTest.cpp
@@ -26,6 +26,8 @@ extern char **environ;
26
using namespace llvm;
27
using namespace llvm::cas;
28
29
+#if LLVM_ENABLE_ONDISK_CAS
30
+
31
extern const char *TestMainArgv0;
32
static char ProgramID = 0;
33
@@ -81,8 +83,6 @@ class CASProgramTest : public testing::Test {
81
83
ArrayRef<StringRef> getEnviron() const { return EnvTable; }
82
84
};
85
-#if LLVM_ENABLE_ONDISK_CAS
-
86
static Error emptyConstructor(MappedFileRegionArena &) {
87
return Error::success();
88
}
0 commit comments