fix: update test to use new clang/Options path for LLVM 22.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "test/test.h"
|
||||
#include "command/argument_parser.h"
|
||||
|
||||
#include "clang/Driver/Options.h"
|
||||
#include "clang/Options/Options.h"
|
||||
|
||||
namespace clice::testing {
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace {
|
||||
|
||||
TEST_SUITE(ArgumentParser) {
|
||||
|
||||
using option = clang::driver::options::ID;
|
||||
using option = clang::options::ID;
|
||||
|
||||
void EXPECT_ID(llvm::StringRef command, option opt) {
|
||||
auto id = get_option_id(command);
|
||||
|
||||
Reference in New Issue
Block a user