Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llvm/unittests/CAS/ProgramTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ extern char **environ;
using namespace llvm;
using namespace llvm::cas;

#if LLVM_ENABLE_ONDISK_CAS

extern const char *TestMainArgv0;
static char ProgramID = 0;

Expand Down Expand Up @@ -81,8 +83,6 @@ class CASProgramTest : public testing::Test {
ArrayRef<StringRef> getEnviron() const { return EnvTable; }
};

#if LLVM_ENABLE_ONDISK_CAS

static Error emptyConstructor(MappedFileRegionArena &) {
return Error::success();
}
Expand Down