[llvm] 8d718a0 - [ORC] Fix type name.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 14:04:18 PDT 2021


Author: Lang Hames
Date: 2021-04-26T13:58:37-07:00
New Revision: 8d718a0bff73af066675a6258c01307937c33cf9

URL: https://github.com/llvm/llvm-project/commit/8d718a0bff73af066675a6258c01307937c33cf9
DIFF: https://github.com/llvm/llvm-project/commit/8d718a0bff73af066675a6258c01307937c33cf9.diff

LOG: [ORC] Fix type name.

Rename JITTargetSymbolFlags to JITSymbolTargetFlags. This matches the convention
used for JITSymbolGenericFlags.

Added: 
    

Modified: 
    llvm/include/llvm-c/Orc.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm-c/Orc.h b/llvm/include/llvm-c/Orc.h
index c6cb862de474..84dfec4c1c32 100644
--- a/llvm/include/llvm-c/Orc.h
+++ b/llvm/include/llvm-c/Orc.h
@@ -49,7 +49,7 @@ typedef enum {
 /**
  * Represents target specific flags for a symbol definition.
  */
-typedef uint8_t LLVMJITTargetSymbolFlags;
+typedef uint8_t LLVMJITSymbolTargetFlags;
 
 /**
  * Represents the linkage flags for a symbol definition.


        


More information about the llvm-commits mailing list