summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcLazy/single-function-call.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ORC] Add some more basic sanity tests for the LLJIT.Lang Hames2018-10-201-0/+15
minimal.ll contains a main function that returns zero, and single-function-call.ll contains a main function that calls a foo function that returns zero. These minimal tests can help to rule out some trivial JIT bugs when other tests fail. This commit also renames hello.ll to global-ctors-and-dtors.ll, which better reflects what it is actually testing. llvm-svn: 344863
OpenPOWER on IntegriCloud