[Question][Hw3] #517
Replies: 8 comments
-
Specified files (filename).c and (filename2.)ll will be compiled together. |
Beta Was this translation helpful? Give feedback.
-
I have searched the povided link, but there is no information about how .ll file is compiled by clang. Can you explain this part? |
Beta Was this translation helpful? Give feedback.
-
Please take a look at https://github.com/prosyslab-classroom/llvm-primer. |
Beta Was this translation helpful? Give feedback.
-
I have checked the link already, but there is only information about creating .ll file using clang, not compiling .ll file with clang |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
In the Makefile in the test folder, there is a line "$(CC) -o |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What does "clang (filename).c (filename2).ll" do?
Beta Was this translation helpful? Give feedback.
All reactions