This replaces the hard coded path.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38503 Build 38502: arc lint + arc unit
Event Timeline
Yep, that's a change in the right direction. Have you (at least mentally) verified that it produces the correct path in all cases? I wouldn't trust the inputs being entirely correct.
So far I tested the easiest case in my Ubuntu. I'll do another round of tests on Windows and darwin before submit. But I'm afraid I don't have the right environment to test xcode case.
This looks fine.
There is no xcode build. If you want to test building the framework, you just need to set LLDB_BUILD_FRAMEWORK cmake variable. I don't know if there's any other var than needs setting, but we have a cache file (cmake/caches/Apple-lldb-Xcode.cmake), which should build things the same way as the apple folks are building, so you could just use that.
lldb/scripts/Python/finishSwigPythonLLDB.py | ||
---|---|---|
383 | I guess this is unused now. |
I guess this is unused now.