From 3219710c344f48697944a7cf7185e83aa7729e28 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 25 Jun 2020 08:28:07 -0400 Subject: [PATCH] boards: qemu_x86: enable llvm toolchain Make this board buildable with llvm. Signed-off-by: Anas Nashif --- boards/x86/qemu_x86/qemu_x86.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/x86/qemu_x86/qemu_x86.yaml b/boards/x86/qemu_x86/qemu_x86.yaml index aa559284595..5c9d3cca1ea 100644 --- a/boards/x86/qemu_x86/qemu_x86.yaml +++ b/boards/x86/qemu_x86/qemu_x86.yaml @@ -6,6 +6,7 @@ arch: x86 toolchain: - zephyr - xtools + - llvm supported: - pci - nvs