[llvm] Revisit advanced LLJIT examples and tests (PR #76236)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 1 10:35:50 PST 2024


================
@@ -121,10 +159,11 @@ int main(int argc, char *argv[]) {
   int InFD = 0;
   int OutFD = 0;
 
+  std::vector<StringRef> TestOutputFlags;
+
   if (argc < 2)
     printErrorAndExit("insufficient arguments");
   else {
----------------
weliveindetail wrote:

PR for it is here: https://github.com/llvm/llvm-project/pull/76689

https://github.com/llvm/llvm-project/pull/76236


More information about the llvm-commits mailing list