1c5d121440
Without this change the problem is that flangOmpReport and flangPrintFunctionNames libraries are not built under 'all', but they are imported targets via LLVMExports.cmake so that any out-of-tree build that configures upon LLVM+Flang package will get this CMake error: ``` The imported target "flangPrintFunctionNames" references the file ".../lib/flangPrintFunctionNames.so" but this file does not exist. ``` flang-aarch64-out-of-tree buildbot (https://lab.llvm.org/buildbot/#/builders/175) does not catch this issue, because it does not enable Flang on the first stage. This change gets rid of FLANG_BUILD_EXAMPLES in favor of LLVM_BUILD_EXAMPLES and uses available LLVM CMake macros to add example executables/libraries. Differential Revision: https://reviews.llvm.org/D145992 |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
_themes/llvm-theme | ||
FIR | ||
Aliasing.md | ||
AliasingAnalysisFIR.md | ||
ArrayComposition.md | ||
BijectiveInternalNameUniquing.md | ||
C++17.md | ||
C++style.md | ||
Calls.md | ||
Character.md | ||
CMakeLists.txt | ||
compiler_driver.png | ||
ComplexOperations.md | ||
conf.py | ||
ControlFlowGraph.md | ||
DesignGuideline.md | ||
Directives.md | ||
DoConcurrent.md | ||
doxygen-mainpage.dox | ||
doxygen.cfg.in | ||
Extensions.md | ||
f2018-grammar.md | ||
FIRArrayOperations.md | ||
flang-c-style.el | ||
FlangDriver.md | ||
FlangOptionsDocs.td | ||
FortranFeatureHistory.md | ||
FortranForCProgrammers.md | ||
FortranIR.md | ||
FortranLLVMTestSuite.md | ||
frontend_driver.png | ||
fstack-arrays.md | ||
GettingInvolved.md | ||
HighLevelFIR.md | ||
ImplementingASemanticCheck.md | ||
index.md | ||
Intrinsics.md | ||
IntrinsicTypes.md | ||
IORuntimeInternals.md | ||
LabelResolution.md | ||
ModFiles.md | ||
OpenMP-4.5-grammar.md | ||
OpenMP-semantics.md | ||
OptionComparison.md | ||
Overview.md | ||
ParameterizedDerivedTypes.md | ||
ParserCombinators.md | ||
Parsing.md | ||
PolymorphicEntities.md | ||
Preprocessing.md | ||
ProcedurePointer.md | ||
PullRequestChecklist.md | ||
ReleaseNotes.md | ||
RuntimeDescriptor.md | ||
RuntimeTypeInfo.md | ||
Semantics.md |