Skip to content

Commit

Permalink
Revert "Stop clang throwing error on unused function in crc32"
Browse files Browse the repository at this point in the history
This reverts commit a5d1274.
  • Loading branch information
Zentrik committed Aug 24, 2024
1 parent e7e407f commit 7269161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/main/platforms/build_linux.pgo_lto.arches
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ROOTFS_IMAGE_NAME TRIPLET ARCH ARCH_ROOTFS USE_JULIA_PGO_LTO MAKE_FLAGS TIMEOUT ROOTFS_TAG ROOTFS_HASH
llvm_passes x86_64-linux-gnu x86_64 x86_64 PGO_LTO JL_CFLAGS=-Werror -Wno-error=unused-function,JL_CXXFLAGS=-Werror -Wno-error=unused-function . v6.00 0badf5d8794e21a03ac2ff2d46c1ab538ac02571
llvm_passes x86_64-linux-gnu x86_64 x86_64 PGO_LTO JL_CFLAGS=-Werror,JL_CXXFLAGS=-Werror . v6.00 0badf5d8794e21a03ac2ff2d46c1ab538ac02571

# These special lines allow us to embed default values for the columns above.
# Any column without a default mapping here will simply substitute a `.` to the empty string
Expand Down

0 comments on commit 7269161

Please sign in to comment.