Skip to content

Commit

Permalink
Add missing "llvm/Support/Host.h" header to LLVM example after recent…
Browse files Browse the repository at this point in the history
… header trimming (NFC)
  • Loading branch information
Mehdi Amini committed Mar 12, 2020
1 parent 4977a5f commit 981258f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/examples/Kaleidoscope/Chapter9/toy.cpp
Expand Up @@ -7,6 +7,7 @@
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Verifier.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Transforms/Scalar.h"
#include <cctype>
Expand Down
1 change: 1 addition & 0 deletions llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
Expand Up @@ -9,6 +9,7 @@
#include "llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"
#include "llvm/ExecutionEngine/SectionMemoryManager.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Host.h"

#include "ThinLtoDiscoveryThread.h"
#include "ThinLtoInstrumentationLayer.h"
Expand Down

0 comments on commit 981258f

Please sign in to comment.