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 9bd62a6 commit 4d12fd8Copy full SHA for 4d12fd8
llvm/examples/Kaleidoscope/Chapter9/toy.cpp
@@ -7,6 +7,7 @@
7
#include "llvm/IR/LegacyPassManager.h"
8
#include "llvm/IR/Module.h"
9
#include "llvm/IR/Verifier.h"
10
+#include "llvm/Support/Host.h"
11
#include "llvm/Support/TargetSelect.h"
12
#include "llvm/Transforms/Scalar.h"
13
#include <cctype>
llvm/examples/ThinLtoJIT/ThinLtoJIT.cpp
@@ -9,6 +9,7 @@
#include "llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h"
#include "llvm/ExecutionEngine/SectionMemoryManager.h"
#include "llvm/Support/Debug.h"
14
#include "ThinLtoDiscoveryThread.h"
15
#include "ThinLtoInstrumentationLayer.h"
0 commit comments