flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

[ci] Downgrade LLVM 14 to 12 #29

Closed swift-kim closed 1 year ago

swift-kim commented 1 year ago

Fixes https://github.com/flutter-tizen/embedder/issues/26.

Note that we can't do this for the engine repo because the engine build requires LLVM 15. If you are our contributor and want to debug the Flutter engine but not the embedder, you shouldn't use flutter-tizen-gdb and instead do local debugging with GDB or LLVM in the sdb shell on a rooted device or emulator.