BUG #15414: extension compilation fails when c++ files are named with .cc

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: code(at)legitimatesounding(dot)com
Subject: BUG #15414: extension compilation fails when c++ files are named with .cc
Date: 2018-10-01 19:46:03
Message-ID: 15414-df6868d261e60784@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15414
Logged by: Jerry Sievert
Email address: code(at)legitimatesounding(dot)com
PostgreSQL version: 11beta4
Operating system: any
Description:

when --with-llvm is configured, compiling c++ extensions that use .cc and
not .cpp fail with no rule to create .bc files.

.cc is a fairly standard c++ file ending, and has been in use by a popular
pg extension for 7 years. pg should be able to understand this file ending,
and not fail when trying to compile them against pg11 with llvm configured.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2018-10-01 20:25:48 Re: BUG #15414: extension compilation fails when c++ files are named with .cc
Previous Message Keith Fiske 2018-10-01 17:51:14 Re: BUG #15409: Error reading file C:/Program Files (x86) /PostgreSQL/8.3/data/postgresql.conf