[llvm] 92fc748 - [ORC] Remove extraneous whitespace. NFC.
    Lang Hames via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 20 18:01:33 PDT 2025
    
    
  
Author: Lang Hames
Date: 2025-03-21T12:01:26+11:00
New Revision: 92fc748f0e6b4cc3a06b5d1de15b8b91404b7296
URL: https://github.com/llvm/llvm-project/commit/92fc748f0e6b4cc3a06b5d1de15b8b91404b7296
DIFF: https://github.com/llvm/llvm-project/commit/92fc748f0e6b4cc3a06b5d1de15b8b91404b7296.diff
LOG: [ORC] Remove extraneous whitespace. NFC.
Added: 
    
Modified: 
    llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h b/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h
index d8c64cc69904a..4cc8bd66648c1 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h
@@ -1,4 +1,3 @@
-
 //===------ JITLoaderVTune.h --- Register profiler objects ------*- C++ -*-===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
        
    
    
More information about the llvm-commits
mailing list