[llvm] 397b3cc - [ORC][NFC] Fix a header comment

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 02:46:15 PDT 2020


Author: Stefan Gränitz
Date: 2020-08-14T11:46:03+02:00
New Revision: 397b3cc9e5aa949fcaaff7743a76e889d29b723c

URL: https://github.com/llvm/llvm-project/commit/397b3cc9e5aa949fcaaff7743a76e889d29b723c
DIFF: https://github.com/llvm/llvm-project/commit/397b3cc9e5aa949fcaaff7743a76e889d29b723c.diff

LOG: [ORC][NFC] Fix a header comment

Added: 
    

Modified: 
    llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp b/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp
index 11e125c9cf75..7fb019ddec2b 100644
--- a/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp
+++ b/llvm/examples/OrcV2Examples/LLJITWithChildProcess/LLJITWithChildProcess.cpp
@@ -1,4 +1,4 @@
-//===--- LLJITWithLazyReexports.cpp - LLJIT example with custom laziness --===//
+//===--- LLJITWithChildProcess.cpp - LLJIT targeting a child process ------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list