Skip to content

Commit

Permalink
Remove unnecessary include
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesiers authored and AlexeySachkov committed Aug 28, 2019
1 parent 8bcf5bd commit 6f8c329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion options_compile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ std::string EffectiveOptionsFilter::processOptions(const OpenCLArgList &args,

effectiveArgs.push_back("-include");
effectiveArgs.push_back("opencl-c.h");
effectiveArgs.push_back("opencl-c-base.h");

// Don't optimize in the frontend
// clang defaults to -O0, and in that mode, does not produce IR that is
Expand Down

0 comments on commit 6f8c329

Please sign in to comment.