mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update to llvm-9.0.0
This commit is contained in:
parent
eff1a95016
commit
5e9d7c1b9d
@ -21,6 +21,10 @@
|
||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
|
||||
|
||||
/// 'LegacyRTDyldObjectLinkingLayer' is deprecated: ORCv1 layers (layers with the 'Legacy' prefix) are deprecated. Please use ORCv2
|
||||
/// 'LegacyIRCompileLayer' is deprecated: ORCv1 layers (layers with the 'Legacy' prefix) are deprecated. Please use the ORCv2 IRCompileLayer instead
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
||||
#include </home/milovidov/work/llvm-project/llvm/include/llvm/Analysis/TargetTransformInfo.h>
|
||||
//#include </home/milovidov/work/llvm-project/llvm/include/llvm/Config/llvm-config.h>
|
||||
#include </home/milovidov/work/llvm-project/llvm/include/llvm/IR/BasicBlock.h>
|
||||
|
Loading…
Reference in New Issue
Block a user