Skip to content

Commit 4276166

Browse files
committed
don't harden LLVM itself, compiler builtins and backtrace-rs crates have been updated to ensure the LVI passes are called
1 parent d1fda65 commit 4276166

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ dependencies = [
136136
[[package]]
137137
name = "backtrace-sys"
138138
version = "0.1.32"
139-
source = "git+https://github.com/raoulstrackx/backtrace-rs.git?branch=lvi#417599229f23bfd40f386ad6233cb05af78f9d2b"
139+
source = "git+https://github.com/raoulstrackx/backtrace-rs.git?branch=lvi#593fa2e2dae4b49a9a908a9c8687fe8e7c645325"
140140
dependencies = [
141141
"cc",
142142
"compiler_builtins",
@@ -557,7 +557,7 @@ dependencies = [
557557
[[package]]
558558
name = "compiler_builtins"
559559
version = "0.1.25"
560-
source = "git+ssh://[email protected]/fortanix/compiler-builtins.git?branch=raoul/lvi#4f4f43f1ebe7c649b60344c67a08db6cc23d134b"
560+
source = "git+ssh://[email protected]/fortanix/compiler-builtins.git?branch=raoul/lvi#3e6327aa59214133fa74b3c51743b5ebde39526f"
561561
dependencies = [
562562
"cc",
563563
"rustc-std-workspace-core",

ci-rustc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ build_rustc() {
8484
export AR=$(which ar)
8585
export CC=${clang}
8686
export CXX=${clangxx}
87-
export CXXFLAGS=${cflags}
88-
export CFLAGS=${cflags}
87+
# export CXXFLAGS=${cflags}
88+
# export CFLAGS=${cflags}
8989
export AR=$(which ar)
9090
git submodule update --init --recursive
9191

0 commit comments

Comments
 (0)