Skip to content

Commit

Permalink
Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tr…
Browse files Browse the repository at this point in the history
…ee builds"

This reverts commit r279035. According to Richard Smith, llvm-config.h
does not contain the right definitions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279097 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vedantk committed Aug 18, 2016
1 parent 8c1ac8c commit 49b5d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/driver/cc1_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "clang/Frontend/Utils.h"
#include "clang/FrontendTool/Utils.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Config/config.h"
#include "llvm/LinkAllPasses.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/OptTable.h"
Expand Down

0 comments on commit 49b5d72

Please sign in to comment.