Skip to content
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

Optimization record not generated for bitcode input files #43345

Open
zahiraam opened this issue Nov 14, 2019 · 1 comment
Open

Optimization record not generated for bitcode input files #43345

zahiraam opened this issue Nov 14, 2019 · 1 comment
Labels
bugzilla Issues migrated from bugzilla c++

Comments

@zahiraam
Copy link
Contributor

Bugzilla Link 44000
Version unspecified
OS Windows NT
CC @topperc,@DougGregor,@erichkeane,@francisvm,@zygoloid,@zahiraam

Extended Description

ksh-3.2$ clang -c -foptimization-record-file=t1.opt -fopenmp -emit-llvm test.c
ksh-3.2$ ls -al t1.opt
-rw-rw-rw- 1 zahiraam Domain Users 16871 2019-11-14 08:56 t1.opt
ksh-3.2$ rm t1.opt
ksh-3.2$ clang -c -foptimization-record-file=t1.opt -fopenmp test.bc
ksh-3.2$ ls -al t1.opt
ls: cannot access t1.opt: No such file or directory
ksh-3.2$

@zahiraam
Copy link
Contributor Author

t1.opt is not generated when we compile t1.bc.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla c++
Projects
None yet
Development

No branches or pull requests

1 participant