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 05e9f89 commit dfd5996Copy full SHA for dfd5996
options.cpp
@@ -18,9 +18,6 @@ Copyright (c) Intel Corporation (2009-2017).
18
19
#include "options.h"
20
21
-#include "llvm/Option/Arg.h"
22
-#include "clang/Driver/Options.h"
23
-
24
#include <iterator>
25
#include <sstream>
26
options_compile.cpp
@@ -19,11 +19,8 @@ Copyright (c) Intel Corporation (2009-2017).
#include "opencl_clang.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/StringExtras.h"
-#include "llvm/Option/ArgList.h"
27
#include "llvm/Support/ManagedStatic.h"
28
#include "llvm/Support/Mutex.h"
29
0 commit comments