Skip to content

Commit

Permalink
Merge pull request #56 from dbeer1/fix_internal_build
Browse files Browse the repository at this point in the history
Fix internal build
  • Loading branch information
dbeer1 authored Jun 17, 2020
2 parents e3a9d09 + 204856b commit c156e7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions t/027-c-style-variadic-integer-propagation.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,13 @@ TEST(propagation_ConstantIntegerPropagation, functionArgs) {
const char* argv[] = {
"foo",
CMAKE_SOURCE_DIR "/t/data/027-c-style-variadic-integer-propagation/main.cpp",

// Set resource dir so stdarg.h can be found
"-extra-arg=-resource-dir=" CLANG_RESOURCE_DIR,

"--",
// Test C++ for confirming that this works on a superset
"-xc++",

// Set resource dir so stdarg.h can be found
"-resource-dir=" CLANG_RESOURCE_DIR
};
clang::tooling::CommonOptionsParser optionsParser
(argc, argv, MyToolCategory);
Expand Down

0 comments on commit c156e7a

Please sign in to comment.