Displaying 2 results from an estimated 2 matches for "dmake_install_prefix".
Did you mean:
dcmake_install_prefix
2019 Feb 28
2
error building LLVM opt tool under Cygwin
...I tried
rebuilding just opt but still no luck. An ideas?
This is frustrating because opt is the tool I am most interested in, and
the reason I built llvm at all instead of relying on the binary
distribution.
On a somewhat unrelated note, what does make install actually do. I ran
"cmake -DMAKE_INSTALL_PREFIX=..../llvm-project/install -P
cmake_Install.cmake" and it ran for a long time, but I couldn't tell
what it actually did. eg I couldn't see any directory called
..../llvm=project/install"
thanks
---
This email has been checked for viruses by AVG.
https://www.avg.com
2019 Mar 02
2
error building LLVM opt tool under Cygwin
...gt;
> > This is frustrating because opt is the tool I am most interested in, and
> > the reason I built llvm at all instead of relying on the binary
> > distribution.
> >
> > On a somewhat unrelated note, what does make install actually do. I ran
> > "cmake -DMAKE_INSTALL_PREFIX=..../llvm-project/install -P
> > cmake_Install.cmake" and it ran for a long time, but I couldn't tell
> > what it actually did. eg I couldn't see any directory called
> > ..../llvm=project/install"
>
> The correct option is "-DCMAKE_INSTALL_PREFIX=...&...