//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_EXAMPLES_HOWTOUSELLJIT_EXAMPLEMODULES_H
-#define LLVM_EXAMPLES_HOWTOUSELLJIT_EXAMPLEMODULES_H
+#ifndef LLVM_EXAMPLES_ORCV2EXAMPLES_EXAMPLEMODULES_H
+#define LLVM_EXAMPLES_ORCV2EXAMPLES_EXAMPLEMODULES_H
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/Orc/ThreadSafeModule.h"
return ThreadSafeModule(std::move(M), std::move(Ctx));
}
-#endif // LLVM_EXAMPLES_HOWTOUSELLJIT_EXAMPLEMODULES_H
+#endif // LLVM_EXAMPLES_ORCV2EXAMPLES_EXAMPLEMODULES_H
-//===--------------- LLJITWithCustomObjectLinkingLayer.cpp ----------------===//
+//===--------------- LLJITWithGDBRegistrationListener.cpp -----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
InitializeNativeTarget();
InitializeNativeTargetAsmPrinter();
- cl::ParseCommandLineOptions(argc, argv, "LLJITWithCustomObjectLinkingLayer");
+ cl::ParseCommandLineOptions(argc, argv, "LLJITWithGDBRegistrationListener");
ExitOnErr.setBanner(std::string(argv[0]) + ": ");
// Detect the host and set code model to small.