File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed 
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ llvm_config_defines = os_defines + builtin_thread_pointer + select({
105105    "@bazel_tools//src/conditions:darwin_x86_64" : native_arch_defines ("X86" , "x86_64-unknown-darwin" ),
106106    "@bazel_tools//src/conditions:linux_aarch64" : native_arch_defines ("AArch64" , "aarch64-unknown-linux-gnu" ),
107107    "@bazel_tools//src/conditions:linux_ppc64le" : native_arch_defines ("PowerPC" , "powerpc64le-unknown-linux-gnu" ),
108+     "@bazel_tools//src/conditions:linux_riscv64" : native_arch_defines ("RISCV" , "riscv64-unknown-linux-gnu" ),
108109    "@bazel_tools//src/conditions:linux_s390x" : native_arch_defines ("SystemZ" , "systemz-unknown-linux_gnu" ),
109110    "//conditions:default" : native_arch_defines ("X86" , "x86_64-unknown-linux-gnu" ),
110111}) +  [
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments