We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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$
The text was updated successfully, but these errors were encountered:
t1.opt is not generated when we compile t1.bc.
Sorry, something went wrong.
No branches or pull requests
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$
The text was updated successfully, but these errors were encountered: