Skip to content

[BOLT] Workaround failures #131245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bolt/test/X86/icf-safe-icp.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# SAFEICFCHECK: skipping function with reference taken Derived3Func
# SAFEICFCHECK-NEXT: ICF iteration 1
# SAFEICFCHECK-NEXT: folding Derived3Destructor into Derived2Destructor
# SAFEICFCHECK-NEXT: ===---------


## generate profile
Expand Down
1 change: 0 additions & 1 deletion bolt/test/X86/icf-safe-process-rela-data.test
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# SAFEICFCHECK: skipping function with reference taken fooAddFunc
# SAFEICFCHECK-NEXT: skipping function with reference taken barAddFunc
# SAFEICFCHECK-NEXT: ICF iteration 1
# SAFEICFCHECK-NEXT: ===---------

## clang++ main.cpp
## Other functions removed for brevity.
Expand Down
2 changes: 0 additions & 2 deletions bolt/test/X86/icf-safe-test1.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
# SAFEICFCHECK: skipping function with reference taken barAddFunc
# SAFEICFCHECK-NEXT: ICF iteration 1
# SAFEICFCHECK-NEXT: folding barSubFunc into fooSubFunc
# SAFEICFCHECK-NEXT: ===---------

# SAFEICFCHECKNOCFG: skipping function with reference taken barAddFunc
# SAFEICFCHECKNOCFG-NEXT: ICF iteration 1
# SAFEICFCHECKNOCFG-NEXT: folding barSubFunc into fooSubFunc
# SAFEICFCHECKNOCFG-NEXT: ===---------

## clang++ -c main.cpp -o main.o
## extern int FooVar;
Expand Down
1 change: 0 additions & 1 deletion bolt/test/X86/icf-safe-test2GlobalConstPtrNoPic.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# SAFEICFCHECK-NEXT: skipping function with reference taken barMulFunc
# SAFEICFCHECK-NEXT: skipping function with reference taken barAddFunc
# SAFEICFCHECK-NEXT: ICF iteration 1
# SAFEICFCHECK-NEXT: ===---------

## clang++ main.cpp -c -o -fno-PIC
## Similar code gets generated for external reference function.
Expand Down