[NFC] Comment fixes in iree_bitcode_library.
diff --git a/build_tools/cmake/iree_bitcode_library.cmake b/build_tools/cmake/iree_bitcode_library.cmake
index 4ae800d..63b0d03 100644
--- a/build_tools/cmake/iree_bitcode_library.cmake
+++ b/build_tools/cmake/iree_bitcode_library.cmake
@@ -62,7 +62,7 @@
# Enable inline asm.
"-fasm"
- # Object file only in bitcode format:
+ # Object file only in bitcode format.
"-c"
"-emit-llvm"
@@ -175,7 +175,7 @@
# Optimized and unstamped.
"-O3"
- # Object file only in bitcode format:
+ # Object file only in bitcode format.
"-c"
"-emit-llvm"
)
@@ -239,7 +239,6 @@
# supported.
# COPTS: Additional flags to pass to clang.
# OUT: Output file name. Defaults to {source.c}.{gpu_arch}.bc.
-#
function(iree_amdgpu_bitcode_library)
cmake_parse_arguments(
_RULE