[libc-commits] [libc] 83eb812 - [libc] Fix accidentally deleted braces after change

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Tue Feb 6 05:38:41 PST 2024


Author: Joseph Huber
Date: 2024-02-06T07:38:11-06:00
New Revision: 83eb8126dd0c7457d43f5e6bce8911a528f93af9

URL: https://github.com/llvm/llvm-project/commit/83eb8126dd0c7457d43f5e6bce8911a528f93af9
DIFF: https://github.com/llvm/llvm-project/commit/83eb8126dd0c7457d43f5e6bce8911a528f93af9.diff

LOG: [libc] Fix accidentally deleted braces after change

Summary:
Oops.

Added: 
    

Modified: 
    libc/src/math/gpu/vendor/amdgpu/platform.h

Removed: 
    


################################################################################
diff  --git a/libc/src/math/gpu/vendor/amdgpu/platform.h b/libc/src/math/gpu/vendor/amdgpu/platform.h
index cee01e938e303..e5a9f810cd107 100644
--- a/libc/src/math/gpu/vendor/amdgpu/platform.h
+++ b/libc/src/math/gpu/vendor/amdgpu/platform.h
@@ -37,6 +37,7 @@ extern const LIBC_INLINE_VAR uint8_t __oclc_finite_only_opt = 0;
 // is determined to be safe on all targets by looking at the source code.
 // https://github.com/ROCm/ROCm-Device-Libs/blob/amd-stg-open/ocml/src/opts.h
 extern const LIBC_INLINE_VAR uint32_t __oclc_ISA_version = 9000;
+}
 
 // These aliases cause clang to emit the control constants with ODR linkage.
 // This allows us to link against the symbols without preventing them from being


        


More information about the libc-commits mailing list