Skip to content

Commit dfd5996

Browse files
authored
Fix clang/Driver/Options.h not found after llvm commit f63d33da0a51 (#584)
1 parent 05e9f89 commit dfd5996

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

options.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Copyright (c) Intel Corporation (2009-2017).
1818

1919
#include "options.h"
2020

21-
#include "llvm/Option/Arg.h"
22-
#include "clang/Driver/Options.h"
23-
2421
#include <iterator>
2522
#include <sstream>
2623

options_compile.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ Copyright (c) Intel Corporation (2009-2017).
1919
#include "opencl_clang.h"
2020
#include "options.h"
2121

22-
#include "clang/Driver/Options.h"
2322
#include "llvm/ADT/SmallSet.h"
2423
#include "llvm/ADT/StringExtras.h"
25-
#include "llvm/Option/Arg.h"
26-
#include "llvm/Option/ArgList.h"
2724
#include "llvm/Support/ManagedStatic.h"
2825
#include "llvm/Support/Mutex.h"
2926

0 commit comments

Comments
 (0)