Skip to content
Snippets Groups Projects
Commit c2124689 authored by Petr Rockai's avatar Petr Rockai
Browse files

tools: Update the #include path for LLD's Driver.h.

parent f2a469eb
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ DIVINE_RELAX_WARNINGS ...@@ -20,7 +20,7 @@ DIVINE_RELAX_WARNINGS
#include "llvm/Bitcode/BitcodeReader.h" #include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/Object/IRObjectFile.h" #include "llvm/Object/IRObjectFile.h"
#include "llvm-c/Target.h" #include "llvm-c/Target.h"
#include "lld/include/lld/Driver/Driver.h" #include "lld/Common/Driver.h"
DIVINE_UNRELAX_WARNINGS DIVINE_UNRELAX_WARNINGS
#include <brick-llvm> #include <brick-llvm>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment