[ORC] Fix type name.
authorLang Hames <lhames@gmail.com>
Mon, 26 Apr 2021 19:30:57 +0000 (12:30 -0700)
committerLang Hames <lhames@gmail.com>
Mon, 26 Apr 2021 20:58:37 +0000 (13:58 -0700)
Rename JITTargetSymbolFlags to JITSymbolTargetFlags. This matches the convention
used for JITSymbolGenericFlags.

llvm/include/llvm-c/Orc.h

index c6cb862..84dfec4 100644 (file)
@@ -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.